home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / examples / exbplus0.dfm / exbplus0.txt
Text File  |  1996-04-08  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 249
  3.   Top = 98
  4.   Width = 545
  5.   Height = 348
  6.   Caption = 'EXBPLUS'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   TextHeight = 16
  15.   object ApdBPTerminal1: TApdBPTerminal
  16.     Left = 8
  17.     Top = 8
  18.     Width = 520
  19.     Height = 300
  20.     ComPort = ApdComPort1
  21.     Emulator = ApdEmulator1
  22.     DisplayRows = 25
  23.     DisplayColumns = 65
  24.     CaptureFile = 'APD.CAP'
  25.     Font.Color = clYellow
  26.     Font.Height = -12
  27.     Font.Name = 'Terminal'
  28.     Font.Pitch = fpFixed
  29.     Font.Style = []
  30.     ParentColor = False
  31.     ParentFont = False
  32.     WantTabs = False
  33.     OnBPlusStart = ApdBPTerminal1BPlusStart
  34.   end
  35.   object ApdComPort1: TApdComPort
  36.     ComNumber = 3
  37.     TraceName = 'APD.TRC'
  38.     Logging = tlOn
  39.     LogName = 'APD.LOG'
  40.     TriggerLength = 0
  41.   end
  42.   object ApdEmulator1: TApdEmulator
  43.     Left = 40
  44.   end
  45.   object ApdProtocol1: TApdProtocol
  46.     ComPort = ApdComPort1
  47.     ProtocolType = ptBPlus
  48.     FileMask = '*.*'
  49.     BlockCheckMethod = bcmChecksum
  50.     HandshakeWait = 546
  51.     FinishWait = 273
  52.     Overhead = 20
  53.     StatusDisplay = ApdProtocolStatus1
  54.     KermitPadCharacter = #0
  55.     OnProtocolFinish = ApdProtocol1ProtocolFinish
  56.     OnProtocolResume = ApdProtocol1ProtocolResume
  57.     Left = 80
  58.   end
  59.   object ApdProtocolStatus1: TApdProtocolStatus
  60.     Position = poScreenCenter
  61.     Ctl3D = True
  62.     Visible = False
  63.     Left = 120
  64.   end
  65. end
  66.